home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / e_to_l / edchklst / readme.txt < prev    next >
Text File  |  1996-09-15  |  860b  |  23 lines

  1. TEditCheckList component
  2.  
  3. (c) OLIVIER DAHAN March, 23rd, 1996
  4. CIS 100531,163
  5.  
  6. This component is an Edit control with an associated list of items. When one types in a
  7. character, it is added to a silent incremental search string and, if a corresponding
  8. text is found in the list, the control displays the value found in the list.
  9. By typing ESCAPE, the user can reset the incremental search.
  10. The user can also use Up and Down arrows to navigate within the list.
  11.  
  12. This component is very simple but can be very usefull.
  13. Source code is furnished with a test project (PTEST).
  14.  
  15. One enhancement to code is to add a dropdown list, like a combobox, resulting in an
  16. intelligent combobox with navigation keys. If you do that, send me the code ...
  17.  
  18. Information about the component will be found in the source code.
  19.  
  20. Enjoy Dephi and
  21. Be happy !
  22.  
  23. Olivier.